const net/http.http2FrameContinuation
8 uses
net/http (current package)
h2_bundle.go#L1602: http2FrameContinuation http2FrameType = 0x9
h2_bundle.go#L1615: http2FrameContinuation: "CONTINUATION",
h2_bundle.go#L1676: http2FrameContinuation: {
h2_bundle.go#L1700: http2FrameContinuation: http2parseContinuationFrame,
h2_bundle.go#L2157: if fh.Type != http2FrameContinuation {
h2_bundle.go#L2168: } else if fh.Type == http2FrameContinuation {
h2_bundle.go#L2173: case http2FrameHeaders, http2FrameContinuation:
h2_bundle.go#L2903: f.startWrite(http2FrameContinuation, flags, streamID)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)